play a sound c#

98

play a sound c# -

System.Media.SoundPlayer player = new System.Media.SoundPlayer(@"c:\mywavfile.wav");
player.Play();

Comments

Submit
0 Comments